Alert Type Constants
NEW WITH THE APPEARANCE MANAGER
You can pass constants of typeAlertType
in theinAlertType
parameter ofStandardAlert
to specify the type of alert box you wish to create.
enum { kAlertStopAlert = 0, kAlertNoteAlert = 1, kAlertCautionAlert = 2, kAlertPlainAlert = 3 }; typedef SInt16 AlertType;Constant descriptions
kAlertStopAlert
- Stop alert box.
kAlertNoteAlert
- Note alert box.
kAlertCautionAlert
- Caution alert box.
kAlertPlainAlert
- Alert box with no icon.